home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / cpml_120.arc / COPYMAIL.CFG < prev    next >
Encoding:
Text File  |  1991-10-29  |  8.6 KB  |  190 lines

  1. ;
  2. ; COPYMAIL Configuration File for version 1.20
  3. ;
  4. ;----------------------------------------------------------------------
  5. ;
  6. ; Log File -- If a hard copy log is desired, enter the pathname.
  7. ;      Comment out if no log file is desired.  Logging will become
  8. ;      active as soon as this statement is processed.  I recommend
  9. ;      that if logging is used, it be the first statement in the config
  10. ;      file so that any errors in other config file statements are
  11. ;      written to the log file.  When CopyMail moves the mail around,
  12. ;      it will display and log the destination node address and the
  13. ;      right-most part of the target directory.
  14. ;
  15.   Log g:\Bink\CopyMail.Log
  16. ;
  17. ;----------------------------------------------------------------------
  18. ;
  19. ; Log Level -- The log level determines the level of reporting that
  20. ;      will be written to the log file.  The value must be between 1
  21. ;      and 6.  Higher numbers include all messages that are also given
  22. ;      at lower levels.  The default level is 6.
  23. ;
  24. ;      Level   Prefix   Type of Message
  25. ;      -----   ------   -----------------------
  26. ;        1       !      Errors and Warnings
  27. ;        2       *      Files for Busy Nodes
  28. ;        3       +      Renamed Files
  29. ;        4       :      FLO, OUT and REQ Files
  30. ;        5       #      Compressed Mail Bundles
  31. ;        6              Start and Stop Time
  32. ;
  33.   LogLevel 6
  34. ;
  35. ;----------------------------------------------------------------------
  36. ;
  37. ; Flag Files -- The FLAG option specifies the directory in which
  38. ;      Binkley maintains its Task Flags.  If this directory is given
  39. ;      and the Task Number is not zero, then CopyMail will attempt to
  40. ;      create a Task Flag in this directory when it starts.  If the
  41. ;      task flag already exists, CopyMail will immediately end without
  42. ;      moving any files.  This flag can be used to make sure that only
  43. ;      one program that you have assigned as "Task n" will run at any
  44. ;      given time.
  45. ;
  46.   Flags c:\Binkley\Flags
  47. ;
  48. ;----------------------------------------------------------------------
  49. ;
  50. ; Task -- The Task option defines the task number for CopyMail to use.
  51. ;      Task numbers are used for two purposes:
  52. ;         1) Task Flags are named TASK.xx (where xx is the task number).
  53. ;         2) Busy Flags are originally named COPYMAIL.xx and then
  54. ;      renamed as yyyyzzzz.BSY (where xx is the task nuumber, yyyy is
  55. ;      the net number and zzzz is the node number.
  56. ;      All of the values are written in hexadecimal notation.  The task
  57. ;      number allows CopyMail to signal other processes that it is active.
  58. ;      The task number is entered here in decimal and can be any number
  59. ;      from 0 to 255, and may be overridden from the command line.  The
  60. ;      default is zero.
  61. ;
  62.   Task 0
  63. ;
  64. ;----------------------------------------------------------------------
  65. ;
  66. ; No Out Options -- If NoOut is specified, files named as *.OUT in the
  67. ;      source directory will be ignored (not copied).  Comment out for
  68. ;      normal operation (to copy *.OUT files).  NoOut does not prevent
  69. ;      CopyMail from copying *.DUT, *.HUT or *.CUT files.  This option
  70. ;      may be overridden from the command line.
  71. ;
  72. ; NoOut
  73. ;
  74. ;----------------------------------------------------------------------
  75. ;
  76. ; No Rename Option -- As stated in the documentation, CopyMail normally
  77. ;      renames outbound *.?LO and *.?UT files as it combines them so
  78. ;      that the resulting outbound mail will be the higher priority of
  79. ;      the original two files.  Uncommenting the NORENAME option here,
  80. ;      or using the /R command line switch will prevent CopyMail from
  81. ;      renaming those files, and will allow both different "flavors"
  82. ;      of outbound mail to exist at the same time.
  83. ;
  84. ; NoRename
  85. ;
  86. ;----------------------------------------------------------------------
  87. ;
  88. ; Wait Options -- When CopyMail searches the input directories for mail,
  89. ;      files destined for nodes whose "busy flags" are already set will
  90. ;      be skipped.  If the NOWAIT option is chosen, CopyMail will make
  91. ;      only one pass through the input directories, and mail for "busy"
  92. ;      nodes will not be copied.  If the WAIT option is selected, then
  93. ;      CopyMail will continue to scan the input directories until all
  94. ;      mail has been moved.  WAIT also supports an optional second parm
  95. ;      which gives the maximum amount of time in seconds that CopyMail
  96. ;      is allowed to wait.  If no parameter is given, or if it is zero,
  97. ;      then CopyMail will wait indefinately.  While waiting, any key-
  98. ;      press will cause CopyMail to end immediately.
  99. ;
  100.   Wait
  101. ; Wait   600
  102. ; NoWait
  103. ;
  104. ;----------------------------------------------------------------------
  105. ;
  106. ; Sharing Options -- If SHARED is specified, CopyMail will open files
  107. ;      using DOS's "deny none" file sharing option.  If COMPATIBLE is
  108. ;      specified, DOS's "compatibility" mode will be used.  If running
  109. ;      in a Novel or other Net-BIOS environment, SHARED is recommended.
  110. ;      SHARED has also been used successfully under Desqview.  When
  111. ;      running under the DOS SHARE environment, COMPATIBLE is required.
  112. ;      This option has no effect on DOS versions earlier than 3.0, and
  113. ;      is not required if you do not run in a multitasking environment.
  114. ;      This option may be overridden from the command line.
  115. ;
  116.   Shared
  117. ; Compatible
  118. ;
  119. ;----------------------------------------------------------------------
  120. ;
  121. ; Maximum Bundle Size -- The MAXSIZE parameter may be used to limit the
  122. ;      size of compressed maial bundles that CopyMail will concatenate.
  123. ;      By default, all bundles will be concatenated.  If a MAXSIZE parm
  124. ;      is given, bundles will not be concatenated if the combined size
  125. ;      of the old and new bundles exceeds MAXSIZE.  If either the old
  126. ;      bundle or the new one is smaller than one eighth of MAXSIZE and
  127. ;      the combination is not more than 25 percent over MAXSIZE, then
  128. ;      CopyMail will concatenate them anyway.  This will avoid building
  129. ;      some under-sized bundles.  MAXSIZE is given in K-bytes (1024).
  130. ;
  131. ;      The following example limits bundles to 328 Kb (335872 bytes).
  132. ;      Bundles less than 48K will be concatenated if the total size is
  133. ;      under 480K.
  134. ;
  135.   MaxSize 328
  136. ;
  137. ;----------------------------------------------------------------------
  138. ;
  139. ; Copy Statements -- List below, all the directories to be searched for
  140. ;      outbound mail.  Following the word "Copy", is the zone number
  141. ;      for which mail in that directory is to be sent, the name of the
  142. ;      directory into which the packer placed the mail (the input path),
  143. ;      and the directory which is used by Binkley-Term for outbound mail
  144. ;      (the output path).
  145. ;
  146. ;    |Zone|   Input Path           |   Output Path
  147. ;----+----+------------------------+------------------------------------
  148.  Copy   1   c:\Binkley\Out1          c:\Binkley\Outbound
  149.  Copy   2   c:\Binkley\Out1.002      c:\Binkley\Outbound.002
  150.  Copy   3   c:\Binkley\Out1.003      c:\Binkley\Outbound.003
  151.  Copy   4   c:\Binkley\Out1.004      c:\Binkley\Outbound.004
  152.  Copy   5   c:\Binkley\Out1.005      c:\Binkley\Outbound.005
  153.  Copy   8   c:\Binkley\Out1.008      c:\Binkley\RBBSNet.008
  154.  Copy   8   c:\Binkley\Out8          c:\Binkley\RBBSNet.008
  155.  Copy   1   c:\Binkley\Out8.001      c:\Binkley\Outbound
  156.  Copy   2   c:\Binkley\Out8.002      c:\Binkley\Outbound.002
  157.  Copy   3   c:\Binkley\Out8.003      c:\Binkley\Outbound.003
  158.  Copy   4   c:\Binkley\Out8.004      c:\Binkley\Outbound.004
  159.  Copy   5   c:\Binkley\Out8.005      c:\Binkley\Outbound.005
  160. ;
  161. ;-----------------------------------------------------------------------
  162. ;
  163. ;   The command line for copymail looks like this:
  164. ;
  165. ;   COPYMAIL [flags] [config-file-name]
  166. ;
  167. ;   The optional flags on the line above may be any of:
  168. ;
  169. ;       /W   -- To override the config file specification and operate in WAIT
  170. ;               mode.
  171. ;       /N   -- To operate in NOWAIT mode.
  172. ;
  173. ;       /S   -- To open files in DOS's "deny none" file sharing mode.
  174. ;       /C   -- To open files in DOS's "compatibility" mode.  If using
  175. ;               COMPATIBLE mode in the config file, it may also be
  176. ;               necessary to use this command line flag if you also
  177. ;               specify a config file name on the command line.
  178. ;
  179. ;       /O   -- To force the NoOut mode (don't move *.OUT files).
  180. ;
  181. ;       /Tnn -- To override the config file Task number.  nn is a decimal
  182. ;               number between 0 and 255.
  183. ;
  184. ;       /H   -- Produces this command line summary.
  185. ;
  186. ;-----------------------------------------------------------------------
  187. ;
  188. ; End of CopyMail Configuration File
  189. ;
  190.